home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / sendmail / sendmail-5.65c+IDA-1.4.4.1 / src / sendmail.hf < prev    next >
Encoding:
Text File  |  1990-10-13  |  2.4 KB  |  64 lines

  1. @(#)    sendmail.hf    4.4    8/2/90
  2. cpyr
  3. cpyr    Copyright (c) 1983  Eric P. Allman
  4. cpyr    Copyright (c) 1988 The Regents of the University of California.
  5. cpyr    All rights reserved.
  6. cpyr    
  7. cpyr    Redistribution and use in source and binary forms are permitted
  8. cpyr    provided that the above copyright notice and this paragraph are
  9. cpyr    duplicated in all such forms and that any documentation,
  10. cpyr    advertising materials, and other materials related to such
  11. cpyr    distribution and use acknowledge that the software was developed
  12. cpyr    by the University of California, Berkeley.  The name of the
  13. cpyr    University may not be used to endorse or promote products derived
  14. cpyr    from this software without specific prior written permission.
  15. cpyr    THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  16. cpyr    IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  17. cpyr    WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  18. cpyr    
  19. cpyr    @(#)sendmail.hf    4.4 (Berkeley) 8/2/90
  20. cpyr    
  21. smtp    Commands:
  22. smtp        HELO    MAIL    RCPT    DATA    RSET
  23. smtp        NOOP    QUIT    HELP    VRFY    EXPN
  24. smtp    For more info use "HELP <topic>".
  25. smtp    To report bugs in the implementation contact sendmail@okeeffe.Berkeley.EDU
  26. smtp    For local information contact postmaster at this site.
  27. help    HELP [ <topic> ]
  28. help        The HELP command gives help info.
  29. helo    HELO <hostname>
  30. helo        Introduce yourself.  I am a boor, so I really don't
  31. helo        care if you do.
  32. mail    MAIL FROM: <sender>
  33. mail        Specifies the sender.
  34. rcpt    RCPT TO: <recipient>
  35. rcpt        Specifies the recipient.  Can be used any number of times.
  36. data    DATA
  37. data        Following text is collected as the message.
  38. data        End with a single dot.
  39. rset    RSET
  40. rset        Resets the system.
  41. quit    QUIT
  42. quit        Exit sendmail (SMTP).
  43. vrfy    VRFY <recipient>
  44. vrfy        Not implemented to protocol.  Gives some sexy
  45. vrfy        information.
  46. expn    EXPN <recipient>
  47. expn        Same as VRFY in this implementation.
  48. noop    NOOP
  49. noop        Do nothing.
  50. send    SEND FROM: <sender>
  51. send        replaces the MAIL command, and can be used to send
  52. send        directly to a users terminal.  Not supported in this
  53. send        implementation.
  54. soml    SOML FROM: <sender>
  55. soml        Send or mail.  If the user is logged in, send directly,
  56. soml        otherwise mail.  Not supported in this implementation.
  57. saml    SAML FROM: <sender>
  58. saml        Send and mail.  Send directly to the user's terminal,
  59. saml        and also mail a letter.  Not supported in this
  60. saml        implementation.
  61. turn    TURN
  62. turn        Reverses the direction of the connection.  Not currently
  63. turn        implemented.
  64.